home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 17 / bj_220.zip / READ.ME < prev    next >
Text File  |  1991-05-05  |  14KB  |  289 lines

  1.                      +----------------------------------+
  2.                      |      WELCOME TO BLACKJACK!       |
  3.                      |   = YOUR KEY TO WINNING PLAY =   |
  4.                      +----------------------------------+
  5.  
  6. Please be sure that you received all of the following files
  7.  
  8.                 BJ      .EXE     CARDS16 .IMG
  9.                 BJ      .CFG     CARDSHGC.IMG
  10.                 BJ87    .BAT     SUITS16X.IMG
  11.                 BJ-DOCS .TXT     SUITSHGC.IMG
  12.                 CASINOS .DAT     BJ-HIST .DAT
  13.  
  14. If any of these files are missing please contact the ShareWare distributor and
  15.                 Glencoe Computing
  16.                 Donald L. Granger
  17.                 1100 Highway C
  18.                 Glencoe, MO  63038-1404
  19.  
  20. To print the documentation type PRINTBJ [Enter] at the DOS prompt.
  21. -------------------------------------------------------------------------------
  22.  
  23.                               COMPATIBILITY NOTES
  24.  
  25.     - Windows 3.0
  26.         BlackJack! should run without problems as a DOS application under
  27.         Windows 3.0.  It has been tested on a 386 system where the only
  28.         side effect has been slower operation.  The following files are
  29.         provided for Windows support:
  30.  
  31.              BJ-386.PIF - For use with Windows 386 enhanced mode
  32.              BJ-STD.PIF - For use with Windows standard mode
  33.                  BJ.ICO - An icon for BlackJack!
  34.  
  35.         The PIF files assume that BlackJack! is installed on the C: drive
  36.         and is located in a directory named BJ.  You can use PIF EDIT
  37.         (supplied with Windows) to modify the path in the PIF files
  38.         as needed.
  39.  
  40.     - VGA systems using VGA monochrome monitors.
  41.  
  42.         If you experience an error regarding the graphics hardware on
  43.         startup, try running the DOS command
  44.              MODE CO80
  45.         prior to loading BlackJack!.
  46.  
  47.     - Peculiar operation when numbers are involved, or system lock-up.
  48.  
  49.         Some computers errantly indicate the presence of an 80x87 math
  50.         coprocessor, others, particularly some '386 systems with 80287 math
  51.         coprocessors, cause errors.  If you experience system lock-up
  52.         or peculiar results when numbers are involved try issuing the
  53.         follow command from the DOS prompt.
  54.              SET 87=N
  55.         It is important that no spaces be included in "87=N".
  56.  
  57.         The included batch file BJ87.BAT will automate the above fix.
  58.         In place of invoking BlackJack! with the BJ command just use
  59.         BJ87.  When you exit BlackJack! the 87 variable will be cleared
  60.         from the enviornment.
  61.  
  62. -------------------------------------------------------------------------------
  63.  
  64.                            New features in V-2.10
  65.  
  66.   Sit Out Hand:
  67.     You can now sit out a hand by placing a bet of $0.  You will not be
  68.     dealt any cards but any AUTO players will continue to play.
  69.  
  70.   Drop Out of Game: [Ctrl][D]
  71.     You can now quit while in the Wager Box by pressing [Ctrl][D].  If
  72.     there are multiple players only the current player is dropped and
  73.     play continues.  AUTO players cannot drop out.
  74.  
  75.   Streak Stats:
  76.     The Peaks & Valleys statistics screen now show the longest winning
  77.     and losing streaks of a session.  Streaks are counted as follows:
  78.            Win   Zero the loss count & increment win count.
  79.           Push   No effect.
  80.      Surrender   Decrement win count if > 0, otherwise no effect.
  81.           Loss   Zero the win count & increment the loss count.
  82.          Split   Each hand of the split is treated as a distinct hand
  83.                  and is scored from right to left.
  84.    Double Down   Treated as a regular hand.
  85.  
  86.   User Defined Betting Progression: [7] or [W] from SETUP MENU
  87.     You can now define the betting progression used by the AUTO players,
  88.     you can also establish a "stop loss point".  A window will pop
  89.     up and you will be able to enter up to 10 levels of the progression.
  90.     If your particular system does not use this many levels simply use
  91.     the same value for the final entries.
  92.  
  93.     The last entry on the screen is the stop loss, or drop out point.
  94.     For example, if your betting system dictates quitting after 6
  95.     consecutive losses you would enter 6 as the stop loss point.  Once an
  96.     AUTO player has dropped out, they cannot rejoin the game.
  97.  
  98.     The stop loss point is monitored using the method described for
  99.     Streak Stats.  It is possible that the stop loss point can be
  100.     exceeded by one hand.  This occurs when a player splits a hand and
  101.     loses both when consecutive losses are one less than the stop loss point.
  102.  
  103.     The betting progression table is saved with CONFIGURATION SAVE.
  104.  
  105.     A new choice has been added to the AUTO PLAYER - STYLE setting, it
  106.     is "User".  Selecting User will cause the user betting progression
  107.     to be used by AUTO player, the AUTO player will make play decisions
  108.     the same as the NORMAL player while using the user defined betting
  109.     progression for wagers.
  110.  
  111.   Count System Start Point:
  112.     A new value has been added to the User Defined Counting System to
  113.     define the starting count of the system.  This is the card count
  114.     at the beginning of a new deck or shoe.  Normally this value is 0.
  115.     This value is reflected in both the running count and the true count.
  116.  
  117.   Card Shuffle:
  118.     The card shuffling algorithim has been changed to create a more
  119.     statistically random deck.
  120.  
  121.  
  122.   Fast Shuffle: [Ctrl][F]
  123.     You can eliminate the sound (and delay) of deck shuffling by pressing
  124.     [Ctrl][F] during casino play.  Each press toggles Fast Shuffle on or
  125.     off.  A short beep confirms the keypress.
  126.  
  127.     The default condition is normal (with sound) shuffling.
  128.  
  129.   Auto Play:
  130.     Fully automated play is now approximatly 20% faster.
  131.  
  132.   Veiw Performance: [Ctrl][V]
  133.     Pressing [Ctrl][V] between hands during casio play will allow viewing
  134.     the 3 performance statistic screens without quitting the play session.
  135.  
  136.   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  137.                             New features in V-2.11
  138.  
  139.   Edit Casinos:
  140.     You can now edit all 4 casinos!
  141.  
  142.   Number of Auto Hands:
  143.     You can now play millions of fully automated hands!  Warning, it'll
  144.     take quite a while.  In spite of BlackJack!'s speed, it still takes
  145.     about 3.5 hours to play a million single player hands on a 386/16.
  146.     Warning-II, I've only tested this to 2.5 million hands.  That
  147.     doesn't mean BlackJack! can't do more, it just means I couldn't have
  148.     my computer tied up any more.
  149.  
  150.   Even More Statistics...Winning Percentage:
  151.     In all casino games there is a "house advantage".  This is usually
  152.     expressed as a percentage.  It represents the difference between the
  153.     actual odds of the game and the odds that the house pays.  In
  154.     blackjack this advantage cannot be calculated in this mannor since
  155.     the player has the ability to control the outcome of the game.  In
  156.     spite of all the discussion in books regarding house or player
  157.     advantages in blackjack, I have never seen an actual formula
  158.     published.
  159.  
  160.     The method used in BlackJack! keeps two running totals, gross wagers
  161.     and gross winnings.  The percentage is obtained by dividing gross
  162.     winnings by gross wagers.  Pushes are not counted.  A result of 50%
  163.     should indicate an even game, higher than 50% an advantage for the
  164.     player and lower than 50% an advantage for the house.  This
  165.     information is provided only to satisfy the curious.  I do not claim
  166.     it as a valid method of evaluating the effectivness of a playing
  167.     system.  I've run into situations where a player ended a session
  168.     behind yet the percentage showed a players advantage.
  169.  
  170.   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  171.                             New features in V-2.15
  172.  
  173.   History Statistics: [H] or [0] from the Main Menu
  174.     Still Even More Statistics...
  175.     BlackJack! now keeps track of all statistics between play sessions.
  176.     The statistics are accumulated only for "human" players.  In the
  177.     event of more than one human player in a session the first human
  178.     player is used for the history statistics. Tournament play is never
  179.     counted regardles of player type.  In the event of playing a saved
  180.     game, only the new plays are added to the history file and the
  181.     number of sessions played is not incremented.
  182.  
  183.     The History Statistics are viewed by pressing either [H] or [0] from
  184.     the Main Menu.  History Statistics are seperatly kept for each of
  185.     the four casinos plus a grand total reflecting cumulative totals of
  186.     play at all casinos. The History Statistics are also included as
  187.     part of the suite of statistical screens accesable after a casino
  188.     session, or by pressing [Ctrl][V] between casino play hands.  When
  189.     accessed via [Ctrl][V] only the active casino is shown and the values
  190.     DO NOT reflect the current session's play.
  191.  
  192.     To reset the History Statistics values press [Ctrl][R] while viewing
  193.     the History Statistics screen.  You are also given the option of
  194.     resettng the values when editing casino configurations.  Alternatly,
  195.     to reset all 4 casino History Statistics at once delete the file
  196.     BJ-HIST.DAT, a new one will be created with zero values.
  197.  
  198.   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  199.                             New features in V-2.17
  200.  
  201.   Australian style play (/A from the command line):
  202.     For all my supporters from Australia, BlackJack! now supports your
  203.     style of play.  The dealer is not dealt his second card until all
  204.     players have finished their hands.  Invoke this option with the
  205.     command line option /A.  Example  BJ /A [Enter]
  206.  
  207.   Card Counting Drill:
  208.     The drill now ends with the following options
  209.          [R]epeat  [O]ptions  [Q]uit
  210.     Pressing [R] will restart the drill using the same options, [O] will
  211.     return you to the setup screen, [Q] of course returns to the Main Menu.
  212.  
  213.   Error Tracking:
  214.     BlackJack! now keeps track of your strategy errors as you play.  At
  215.     the end of a casino session, or the end of Basic Strategy Practice
  216.     you are shown the strategy table segments where you have made
  217.     errors.  The specific positions where errors occurred are highlighted
  218.     and the total number of errors made in the segment are shown.
  219.  
  220.                   2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |10 | A
  221.                  ----------------------------------------   Count
  222.            8,8    S | S | S | S | S | S | S | S | S | S       2
  223.                                                   -   -
  224.     The above example indicates two errors were made when the player
  225.     was dealt a pair of 8s.  One against a dealer 9, the other against
  226.     a dealer 10.  The underscored letters are actually highlighted on
  227.     the screen.
  228.  
  229.   Save Casino Setup:
  230.     Tired of entering the number of players, minimum bet, etc. each time
  231.     you play?  Now you can save the setup information and jump right
  232.     into casino play!  A new choice has been added to the Casino Setup
  233.     Screen, [S]ave.  Pressing [S] will save the setup information and
  234.     move you into the casino.  Pressing [^S] saves the setup without
  235.     moving into the casino.  Once you have saved your favorite setup you
  236.     can go directly to the casino by pressing the 'F' key that
  237.     corresponds to the casino number from the Main Menu.  For example,
  238.     to jump directly into casino number 3, you would press [F3] from the
  239.     Main Menu.  If you want to make changes in the setup you can use the
  240.     regular method of just pressing the casino number.  The default
  241.     responses in the setup screen will be your saved setup data.
  242.     BlackJack! keeps separate setup data for each of the four casinos.
  243.  
  244.   Save Strategy Drill Setup:
  245.     Pressing [^S] while in the Basic Strategy Drill saves all of the
  246.     options to disk.  These will be the settings used the next time you
  247.     run the drill.
  248.  
  249.   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  250.                             New features in V-2.20
  251.  
  252.   Mode Of Play: [M] or [+] from the Setup Menu
  253.     An additional mode of play has been added, REALISTIC MODE.
  254.     Realistic Mode more accurately simulates the flow of play in an
  255.     actual casino setting.  Player's cards are retrieved, and bets
  256.     settled in the order of play.  Bust and surrendered hands are
  257.     immediately removed from the table before play progresses to the next
  258.     player.  All cards are cleared prior to the Press Any Key To
  259.     Continue message.  Realistic Mode is provided to better simulate the
  260.     amount of time that card counters have to asses the values of cards
  261.     on the table.  Normal Mode remains unchanged.
  262.  
  263.     The Setup Menu has the following entry
  264.  
  265.                      + Mode Of Play       [Normal]
  266.  
  267.     You toggle between Normal and Realistic play by pressing either
  268.     [M] or [+] ([=] works too) while in the Setup Menu.  The currently
  269.     active mode of play is displayed in brackets to the right. 
  270.  
  271.     The speed of Realistic Mode corresponds to the AUTO PLAYER - SPEED
  272.     setting.  You may need to experiment to find a speed that you like,
  273.     but for most the Normal setting should be good.  As with all play
  274.     options, the play mode is saved with Configuration Save.
  275.  
  276.   User Defined Betting Progression: [9] or [W] from Setup Menu
  277.     The first entry in the User Betting Progression now represents the
  278.     initial wager for the progression.  This allows using a system that
  279.     calls for more than the table minimun as the opening bet.
  280.  
  281.   ┌────────────────────────────────────────────────────────────────────────┐
  282.   │             DO NOT MIX ANY FILES FROM PREVIOUS VERSIONS ! !            │
  283.   └────────────────────────────────────────────────────────────────────────┘
  284.  
  285.  +--------------------------------------------------------------------------+
  286.  |***    To print this file type COPY README.ME PRN at the DOS prompt.   ***|
  287.  +--------------------------------------------------------------------------+
  288.  
  289.